Rollups APIsFrontend APIsGraphQL APIObjectsNoticeConnectionOn this pageNoticeConnectionPagination result type NoticeConnection { totalCount: Int! edges: [NoticeEdge!]! pageInfo: PageInfo!} Fields totalCount (Int!) Total number of entries that match the query edges ([NoticeEdge!]!) Pagination entries returned for the current page pageInfo (PageInfo!) Pagination metadata