> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PaginationSettings

[@qonto/embed-sdk](../../README) / [\<internal>](../README) / PaginationSettings

# Interface: PaginationSettings

Allows configuring the pagination for a called function. It allows configuring
the amount of items per page and the current page to be fetched.

## Properties

### itemsPerPage?

> `optional` **itemsPerPage**: `number`

The amount of items that should be included per requested page

***

### page?

> `optional` **page**: `number`

The page number to request in the current call
