OBJECT

SearchResponseMeta

High level information about the result set, including number of results, page size, and offset

link GraphQL Schema definition

  • type SearchResponseMeta {
  • hits: Int
  • time: Int
  • page_size: Int
  • offset: Int
  • errors: [String]
  • }