#nullable enable
namespace ErsatzTV.Core.Api.Search;
///
/// Distinct term values for a single text field in the search index, used to power the visual rule
/// builder's facet-value typeahead.
///
public record SearchFieldValuesResponseModel(List Values);