<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/storage](./storage.md) &gt; [ListOptions](./storage.listoptions.md) &gt; [maxResults](./storage.listoptions.maxresults.md)

## ListOptions.maxResults property

If set, limits the total number of `prefixes` and `items` to return. The default and maximum maxResults is 1000.

<b>Signature:</b>

```typescript
maxResults?: number | null;
```
