# HealthPlanSearchResponse

Model ID: `HealthPlanSearchResponse`

Health plan search result set.

Type: `object`

## Fields

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

## Example

None declared in canonical OpenAPI.
