<!--
{
  "availability" : [
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FileProvider",
  "identifier" : "/documentation/FileProvider/NSFileProviderSearchEnumerationObserver/maximumNumberOfResultsPerPage",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "File Provider"
    ],
    "preciseIdentifier" : "c:objc(pl)NSFileProviderSearchEnumerationObserver(py)maximumNumberOfResultsPerPage"
  },
  "title" : "maximumNumberOfResultsPerPage"
}
-->

# maximumNumberOfResultsPerPage

The maximum number of results to return in a single page enumeration.

```
var maximumNumberOfResultsPerPage: Int { get }
```

## Discussion

If the extension returns more than this number of results in a single page enumeration,
the system will crash the extension process.

---

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)