Hexa
class Item(val brand: String, val type: String) data class Product(val brand: String, val type: String)