| Field | Type | Required | Description | Example |
|---|---|---|---|---|
totalCount |
Optional<Double> | ➖ | Total number of notifications available. | 5 |
hasMore |
boolean | ✔️ | Indicates if there are more notifications to load. | true |
data |
List<NotificationFeedItemDto> | ✔️ | Array of notifications returned in the response. | |
pageSize |
double | ✔️ | The number of notifications returned in this response. | 2 |
page |
double | ✔️ | The current page number of the notifications. | 1 |