---
title: maximumNumberOfResults
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetavailablerestaurantreservationbookingsintent/maximumnumberofresults
---

# maximumNumberOfResults

The maximum number of reservation results to return.

## Declaration

```swift
@NSCopying var maximumNumberOfResults: NSNumber? { get set }
```

## Discussion

Discussion When building the list of reservation time slots, limit the number of INRestaurantReservationBooking objects you create to the number in this property.

## See Also

### Getting the Time Slot Constraints

- [earliestBookingDateForResults](intents/ingetavailablerestaurantreservationbookingsintent/earliestbookingdateforresults.md)
- [latestBookingDateForResults](intents/ingetavailablerestaurantreservationbookingsintent/latestbookingdateforresults.md)
