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