PageMetadata

constructor(@Json(name = "number") number: Int, @Json(name = "size") propertySize: Int, @Json(name = "totalPages") totalPages: Int, @Json(name = "totalElements") totalElements: Int)

Parameters

number

The index of the current page. Page indexes start at zero.

propertySize

The number of elements in the current page.

totalPages

The total number of pages.

totalElements

The total number of elements across all pages.