| Property | Description | Returns | 
|---|---|---|
| id | int | |
| name | string | |
| slug | string | |
| created | Get the date the record was created. | DateTime | 
| modified | Get the last modification date for the record. | DateTime | 
| site | Site | |
| parent | Category | |
| children | Collection (Category) | |
| customFieldValues | Collection (CategoryCustomFieldValue) | |
| customFieldContent | Get a serialized representation of the custom fields associated with the record | object | 
| customFields | Get the custom fields for this entity | array | 
Common\Models\Api\Category
Category