Added exclude field

This commit is contained in:
2025-09-15 22:15:22 +02:00
parent d4170f326a
commit 923a7de1ff

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"`
}