PageCompanyLiteDto

📄 Description: Data transfer object representing a simplified overview of a company’s essential information, designed to facilitate efficient data exchange in business applications.

Properties

Name

Type

Required

Restrictions

Description

totalElements

integer(int64)

false

none

Total number of items available

totalPages

integer(int32)

false

none

Total number of pages available

pageable

PageableObject

false

none

Indicates the pagination details for retrieving a subset of company data in a structured format.

numberOfElements

integer(int32)

false

none

Represents the total count of elements within the current page of company data, facilitating efficient data management and navigation.

size

integer(int32)

false

none

Number of items per page

content

[CompanyLiteDto]

false

none

An array of PageCompanyLiteDto objects representing the essential details of multiple companies relevant to the business context.

number

integer(int32)

false

none

Represents the numerical identifier associated with the company within the system.

sort

SortObject

false

none

Sort order specification

first

boolean

false

none

Whether this is the first page

last

boolean

false

none

Whether this is the last page

empty

boolean

false

none

Whether the result set is empty