# Introduction

## Category model

### Example

```json
{
    "category": {
      "id": 6,
      "name": "test",
      "slug": "test"
    }
}
```

### Definition

| Key                 | Type                                                        | Optional | Description                                                                                          |
|---------------------|-------------------------------------------------------------|----------|------------------------------------------------------------------------------------------------------|
| id                  | integer                                                     | no       |                                                                                                      |
| name                | string                                                      | no       |                                                                                                      |
| slug                | string                                                      | no       |                                                                                                      |

For more information, see [Category model](doc-341694#category-model) in Categories V4 API