ListResult

Example:

{
    "offset": 0,
    "limit": 10,
    "totalFound": 130,
    "content": [
        ...
    ]
}

Fields description

NameTypeDescription
offsetstringoffset from which the results will be returned
limitstringmax number of result to return
totalFoundstringactual number of results ( without applying limit and offset )
contentarrayresult objects