count property

  1. @JsonKey(name: r'count')
int count
final

Number of records containing this facet value. This takes into account the extra search parameters specified in the query. Like for a regular search query, the counts may not be exhaustive.

Implementation

@JsonKey(name: r'count')
final int count;