ListResult
Example:
{
"offset": 0,
"limit": 10,
"totalFound": 130,
"content": [
...
]
}Fields description
| Name | Type | Description |
|---|---|---|
| offset | string | offset from which the results will be returned |
| limit | string | max number of result to return |
| totalFound | string | actual number of results ( without applying limit and offset ) |
| content | array | result objects |