# Pagination

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**itemsTotal** | **Int** | Total number of items that exist. | [optional] [readonly] 
**pagesTotal** | **Int** | Number of items listed in the current page. | [optional] [readonly] 
**pageSize** | **Int** | Maximum number of item per page. | [optional] [readonly] 
**currentPage** | **Int** | The current page index. | [optional] [readonly] 
**currentPageItems** | **Int** | The number of items on the current page. | [optional] [readonly] 
**links** | [PaginationLink] |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)