Skip to content

PaginationMeta

class in JsonApiToolkit.Models.Metadata

Pagination metadata for collection responses.

public class PaginationMeta

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.