# Page A page that contains paging information an a list of elements. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **first** | **String** | path to the first page | **previous** | **String** | path to the previous page | **next** | **String** | path to the next page | **last** | **String** | path to the last page | **number** | **Integer** | The 0-based number of the current page. | **size** | **Integer** | The number of items per page. | **totalPages** | **Integer** | The number of total pages. | **totalItems** | **Integer** | The total number of items. | **isFirst** | **Boolean** | If this is the first page. | **isLast** | **Boolean** | If this is the last page. | **pageSizes** | [**List<PageSize>**](PageSize.md) | | [optional]