# Pagination ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **current_page** | **i32** | | **page_size** | **i32** | | **total_items** | **i32** | | **total_pages** | **i32** | | **has_previous_page** | **bool** | | **has_next_page** | **bool** | | **previous_page** | Option<**i32**> | | [optional] **next_page** | Option<**i32**> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)