{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GroupArrayWithLinks", "type": "object", "description": "Same as GroupArray but with `_links` property.", "properties": { "results": { "type": "array" }, "start": { "type": "integer" }, "limit": { "type": "integer" }, "size": { "type": "integer" }, "totalSize": { "type": "integer", "description": "This property will return total count of the objects before pagination is applied.\nThis value is returned if `shouldReturnTotalSize` is set to `true`." } } }