Description Topic: Returns Fields count: Int! Total number of items in the collection items: [Return!]! last_key: String! Key of the last item for keyset based iteration Used By Queries returnsPage Preview (typescript) interface ReturnPage {count: numberitems: Return[]last_key: string}