PageMetadata¶
Example Json Object
1{
2 "size": 0,
3 "totalElements": 0,
4 "totalPages": 0,
5 "number": 0
6}
📄 Description: Data transfer object representing the metadata associated with a page within the Nakisa Portfolio Management Suite, encompassing essential information for portfolio, asset, and real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
size |
integer(int64) |
false |
none |
Number of items per page |
totalElements |
integer(int64) |
false |
none |
Total number of items available |
totalPages |
integer(int64) |
false |
none |
Total number of pages available |
number |
integer(int64) |
false |
none |
Numeric value representing number |