PageContractSubscriptionDto

📄 Description: Represents a paginated response containing Contract Subscription data, including pagination metadata and content.

Properties

Name

Type

Required

Restrictions

Description

totalPages

integer(int32)

false

none

Total number of available pages.

totalElements

integer(int64)

false

none

Total number of elements across all pages.

numberOfElements

integer(int32)

false

none

Number of elements in the current page.

size

integer(int32)

false

none

The size of each page (number of elements per page).

content

[ContractSubscriptionDto]

false

none

List of Contracts objects contained in the current page.

number

integer(int32)

false

none

Current page number (0-based).

sort

SortObject

false

none

Represents sorting metadata applied to a pageable request, including whether sorting is enabled and its state.

pageable

PageableObject

false

none

Represents pagination metadata describing the requested page, including offsets, sizes, and sorting information.

first

boolean

false

none

Indicates whether the current page is the first page.

last

boolean

false

none

Indicates whether the current page is the last page.

empty

boolean

false

none

Indicates whether the page is empty (no content).