# `Scrypath.SearchResult.Facets.Bucket`
[🔗](https://github.com/szTheory/scrypath/blob/v0.3.8/lib/scrypath/search_result/facets.ex#L12)

One entry from Meilisearch `facetDistribution`: a facet **value** and its document **count**.

# `t`

```elixir
@type t() :: %Scrypath.SearchResult.Facets.Bucket{count: integer(), value: term()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
