---
title: maximumNumberOfResultsPerPage
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileprovidersearchenumerationobserver/maximumnumberofresultsperpage
---

# maximumNumberOfResultsPerPage

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

## Declaration

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

## Discussion

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