---
title: PagingInformation.Paging
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/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

total: The total number of resources matching your request. limit: The maximum number of resources to return per page, from 0 to 200. nextCursor:

## Discussion

Discussion Adjust the number of resources returned per page by using the limit query parameter in your request. For example, the following request  returns the first 10 testers: GET /v1/betaTesters?limit=10
