FacetResult interface
A single bucket of a facet query result. Reports the number of documents with a field value falling within a particular range or having a particular value or interval.
Properties
count | The approximate count of documents falling within the bucket described by this facet. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
count
The approximate count of documents falling within the bucket described by this facet. NOTE: This property will not be serialized. It can only be populated by the server.
count?: number
Property Value
number