| Field Name | Data Type | Description | Nested Fields |
|---|---|---|---|
| _id | string | Unique identifier for each document within collection | 0 |
| category_id | string | Unique identifier for category | 0 |
| name | string | Name of specific category. | 0 |
| slug | string | Field for slug | 0 |
| parent_id | string | Unique identifier for parent | 0 |
| description | string | Field for description | 0 |
| meta_title | string | Field for meta title | 0 |
| meta_description | string | Field for meta description | 0 |
| meta_keywords | string | Field for meta keywords | 0 |
| created_at | string | Timestamp when the record was created | 0 |
| updated_at | string | Timestamp when the record was updated | 0 |
| status | string | Current status of category, active or not | 0 |
| deleted | boolean | Field for deleted | 0 |
| hidden | boolean | Unique identifier for hidden | 0 |
| private | boolean | Field for private | 0 |
Example
Example