# Sites.Pagination

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total** | **Number** | Total number of items in the result set.  | [optional] 
**count** | **Number** | Total number of items in the collection response.  | [optional] 
**perPage** | **Number** | The amount of items returned in the collection per page, controlled by the limit parameter.  | [optional] 
**currentPage** | **Number** | The page you are currently on within the collection.  | [optional] 
**totalPages** | **Number** | The total number of pages in the collection.  | [optional] 
**links** | [**Pagination1Links**](Pagination1Links.md) |  | [optional] 
