# Pagination

To ensure optimal performance and efficient retrieval, we've implemented pagination for file fetching. This means results are delivered in manageable sets of 30 files per page.&#x20;

To access specific pages, simply append the desired page number as a query parameter to the following endpoint:

```
/recent-files?page=1
```
