# PlanFeatureConnection

The connection type for PlanFeature.

| Name       | Type                                                                                           | Description                       |
| ---------- | ---------------------------------------------------------------------------------------------- | --------------------------------- |
| edges      | List ([PlanFeatureEdge](https://docs.bunny.com/developer/api-reference/types/planfeatureedge)) | A list of edges.                  |
| nodes      | List ([PlanFeature](https://docs.bunny.com/developer/api-reference/types/planfeature))         | A list of nodes.                  |
| pageInfo   | [PageInfo](https://docs.bunny.com/developer/api-reference/types/pageinfo)                      | Information to aid in pagination. |
| totalCount | Int                                                                                            |                                   |
