# DocumentListResponse

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-react/src/types/api-client.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-react/src/types/api-client.ts#L35)

Document list response

## Properties

| Property | Type |
|---|---|
| `documents` | `Document[]` |
| `totalCount` | `number` |
| `limit` | `number` |
| `offset` | `number` |
