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