# Limiting the Number of List Items

If your base in Airtable has lots of rows, but you only want to display the first few of them in a list in your Adalo app, you can do that by adding filters to the list component.

1\) Add a list component to your screen in Adalo

2\) With the list selected, in the left panel, choose the External Collection to connect the list to.

3\) Click the Add Filter button

4\) For the Name of the filter, enter "maxRecords"

5\) For the value of the filter, enter the number of items you want to appear in your list, ie 5

![](/files/-M2jW0l3tUvW_MGV4CST)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.adalo.com/integrations/airtable/working-with-lists/limiting-the-number-of-list-items.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
