<!--
{
  "availability" : [
    "Search Ads: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/PageDetail",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "data:apple_ads:PageDetail"
  },
  "title" : "PageDetail"
}
-->

# PageDetail

The number of items that return in the page.

```
object PageDetail
```

## Discussion

The `PageDetail` object contains the pagination response for returned multiple records.

```json
{
   "data":[
     { },
     ...
   ],
   "pagination"{
     "totalResults": 10,
     "startIndex": 1,
     "itemsPerPage": 10
   },
}
```

---

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)