# ClerkPaginatedResponse

An interface that describes the response of a method that returns a paginated list of resources.

## Properties

| Properties   | Type     | Description                                  |
| ------------ | -------- | -------------------------------------------- |
| `data`       | `T[]`    | An array that contains the fetched data.     |
| `totalCount` | `number` | The total count of data that exist remotely. |

## Error handling

Clerk's SDKs always use `Promise<ClerkPaginatedResponse<T>>`. If the promise resolves, you will get back the [properties](https://clerk.com/docs/astro/reference/types/clerk-paginated-response.md#properties) listed above. If the promise is rejected, you will receive a `ClerkAPIResponseError` or network error.

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
