# Pagination

* For each list API, OpsHub will send **startIndex** and **maxResults**.
  * MBSE SDK API needs to define the maximum records (**maxResults**) that can be fetched in one page in [**server-info**](https://docs.opshub.com/v7.219/mbse-connector-sdk-index/mbse-sdk-connector-apis/metadata-apis/server-info) API.
* OpsHub will take care of looking through the results and calling list API again, if required, for the next page.
* MBSE SDK API should only give <code class="expression">space.vars.SITENAME</code> the result for the given **startIndex** and **maxResults**.
