> For the complete documentation index, see [llms.txt](https://developer.smarts.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.smarts.ee/general/request-and-responses/pageable.md).

# Pageable

### Object description

| Field      | Type          | Required | Description                    |
| ---------- | ------------- | -------- | ------------------------------ |
| result     | List\<Object> | Yes      | List of generic objects        |
| lastPage   | int           | Yes      | Last page number               |
| totalCount | int           | YesT     | Total count of generic objects |
