API ReferenceObjectsPaginatorInfoOn this pagePaginatorInfoInformation about pagination using a fully featured paginator. type PaginatorInfo { count: Int! currentPage: Int! firstItem: Int hasMorePages: Boolean! lastItem: Int lastPage: Int! perPage: Int! total: Int!} Fields