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