# PageInfo

| Field           |                                                                                                Argument | Type                                                                                                        | Description |
| --------------- | ------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------------------------------------- | ----------- |
| **total**       |         [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The total number of items. Note: This value is not guaranteed to be accurate, do not rely on this for logic |             |
| **perPage**     |         [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The count on a page                                                                                         |             |
| **currentPage** |         [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The current page                                                                                            |             |
| **lastPage**    |         [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The last page                                                                                               |             |
| **hasNextPage** | [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | If there is another page                                                                                    |             |
