# PeriodConnection

The connection type for Period.

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