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