ItemCounts
ItemCounts🔗
Description🔗
This object contains a map of facet items and their corresponding counts in the result set.
Fields🔗
Parameter Name | Type | Description |
---|---|---|
itemCounts | map of string to integer | map of facet items and their counts |
Examples🔗
{
"itemCounts": {"1..2": 41, ">10": 137, ... }
}