# FieldConnection

The connection type for Field.

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