# 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 |
