CountResultDTO
Result object of a count request.
Fields
Type
Name
Description
Optional
Default Value
entity
The entity of the count.
false
count
The count result.
false
isMoreData
Flag to indicate that there is more data than the count result.
false
Example
{
"entity": "Activity",
"count": 42,
"moreData": false
}