# atom_api.Pagination

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last** | **Boolean** | If true, the last record in the result set is shown | [optional] 
**totalPages** | **Number** | Total number of pages in the result set | [optional] 
**totalElements** | **Number** | Total number of elements in the result set | [optional] 
**sort** | [**[PaginationSort]**](PaginationSort.md) | Details of the sort | [optional] 
**first** | **Boolean** | If true, the first record in the result set is shown | [optional] 
**numberOfElements** | **Number** | Number of elements per page | [optional] 
**size** | **Number** | The number or records to be included per page. The default is 25. There is no max value. | [optional] 
**_number** | **Number** | Number of the first result shown | [optional] 


