---
title: PagingInformation.Paging
framework: appleschoolmanagerapi
role: symbol
role_heading: Object
path: appleschoolmanagerapi/paginginformation/paging-data.dictionary
---

# PagingInformation.Paging

Paging details, such as the total number of resources and the per-page limit.

## Declaration

```data
object PagingInformation.Paging
```

## Properties

limit: The maximum number of resources to return per page. nextCursor: The cursor to use for the next request, in case of pagination. total: (Optional) The total number of resources to return.
