CategoryResultView

struct CategoryResultView {
    let id: String
    let name: String?
    let imageUrl: String?
}