<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/ResponsePagination",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:ResponsePagination"
  },
  "title" : "ResponsePagination"
}
-->

# ResponsePagination

Pagination metadata returned in Campaign list responses, supporting offset-based navigation.

```
object ResponsePagination
```

## Discussion

The `ResponsePagination` object reports offset-based pagination metadata: `offset`, `pageSize`, and `totalCount` allow jumping to any page directly.

### Example

```json
{
  "offset": 0,
  "pageSize": 20,
  "totalCount": 143
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)