# ProviderSearchResponse

Model ID: `ProviderSearchResponse`

Provider search result set.

Type: `object`

## Fields

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

## Example

None declared in canonical OpenAPI.
