ProductItem

constructor(id: String, title: String, brand: String, imageUrls: List<String>, price: ProductPrice? = null)