The SubCategory contains the CategoryId, CategoryName, and a boolean value indicating if the category has SubCategories.
| Field | Data Type | Description |
|---|---|---|
| CategoryId | integer | ID of the category |
| CategoryName | string | Name of the category |
| HasSubCategories | boolean | indicates if the category has sub categories |