PaginationMeta¶
class in JsonApiToolkit.Models.Metadata
Pagination metadata for collection responses.
Constructors¶
PaginationMeta()¶
Properties¶
TotalResources : int¶
Total number of resources across all pages.
TotalPages : int¶
Total number of pages.
CurrentPage : int¶
Current page number.
PageSize : int¶
Number of resources per page.