1 Commits

Author SHA1 Message Date
923a7de1ff Added exclude field 2025-09-15 22:15:22 +02:00

View File

@@ -11,4 +11,5 @@ type ProductCategory struct {
Image *ProductImage `json:"image,omitempty"`
MenuOrder int `json:"menu_order"`
Count int `json:"count"`
Exclude *bool `json:"exclude,omitempty"`
}