```{ facet_counts: [], found: 2, hits: [ ...
# community-help
s
Copy code
{
  facet_counts: [],
  found: 2,
  hits: [
    {
      document: {
        brandId: '1',
        brandId_sequence_id: 0,
        'brands.name': 'Brand one',
        id: '1',
        name: 'Food 2',
        uid: '2'
      },
      highlight: {},
      highlights: [],
      text_match: 100,
      text_match_info: {
        best_field_score: '0',
        best_field_weight: 12,
        fields_matched: 4,
        score: '100',
        tokens_matched: 0
      }
    },
    {
      document: {
        brandId: '1',
        brandId_sequence_id: 0,
        'brands.name': 'Brand one',
        id: '0',
        name: 'Food 1',
        uid: '1'
      },
      highlight: {},
      highlights: [],
      text_match: 100,
      text_match_info: {
        best_field_score: '0',
        best_field_weight: 12,
        fields_matched: 4,
        score: '100',
        tokens_matched: 0
      }
    }
  ],
  out_of: 2,
  page: 1,
  request_params: { collection_name: 'food1', per_page: 10, q: '' },
  search_cutoff: false,
  search_time_ms: 0
}