# DocumentSummarySearchResponse

Model ID: `DocumentSummarySearchResponse`

Document summary search result set.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `documents` | array of [`DocumentSummary`](./DocumentSummary.md) | Yes |  |  |  | No | Matching documents. |
| `request` | [`DocumentSummarySearchRequest`](./DocumentSummarySearchRequest.md) | Yes |  |  |  | No | Echoes the request that produced this result set. |
| `total` | `integer` | Yes |  |  |  | No | Number of documents in this response. |

## Example

None declared in canonical OpenAPI.
