# Pagination
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**page** | **i32** | Current page number (1-indexed) |
**per_page** | **i32** | Number of items per page |
**total** | **i64** | Total number of items across all pages |
**total_pages** | **i32** | Total number of pages |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)