Question about the search result: ``` "facet_c...
# community-help
h
Question about the search result:
Copy code
"facet_counts": [
      {
        "counts": [
          {"count": 8277, "highlighted": "salt", "value": "salt"}
        ],
        "field_name": "ingredient_names",
        "stats": {}
      }
    ],
What is returned in the "stats" field?
k
Stats is meant for numerical fields, stuff like min/max/average.
Looks like that's not part of our YML api spec, I will create an issue to add it.
h
Okay, thanks