| Name | Type | Description | Notes |
|---|---|---|---|
| href | string | A link to the Web API endpoint returning the full result of the request | |
| limit | int | The maximum number of items in the response (as set in the query or by default). | |
| next | string | URL to the next page of items. ( `null` if none) | |
| offset | int | The offset of the items returned (as set in the query or by default) | |
| previous | string | URL to the previous page of items. ( `null` if none) | |
| total | int | The total number of items available to return. |