# Meta
## Properties
**total** | **i32** | Shows the total amount of items of this kind that exist. |
**page** | **i32** | A page denotes an amount of items, offset from the first item. Each page holds an amount of items equal to the `limit`. | [default to 1]
**limit** | **i32** | The amount of items in each page. Limits how many items can be fetched at once. | [default to 10]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)