Description Topic: Search Fields count: Int! Total number of items in the collection items: [Customer] Used By Queries searchCustomers Preview (typescript) interface CustomerSearchResult {count: numberitems?: (Customer | null)[]}