# Page ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **number** | **Integer** | The 0-based number of the current page. | [optional] **size** | **Integer** | The number of elements per page. | [optional] **totalPages** | **Integer** | The number of total pages. | [optional] **totalElements** | **Integer** | The total number of elements. | [optional] **isFirst** | **Boolean** | If this is the first page. | [optional] **isLast** | **Boolean** | If this is the last page. | [optional] **elements** | [**List<Element>**](Element.md) | The elements of this page. | [optional]