SearchSuggestionsPossibleValuesHierarchy

SearchSuggestionsPossibleValuesHierarchy describes possible values of a hierarchical field.
  • counts
    counts of the respective values in the current result set. For hierarchical fields, this includes unique IDs at this node AND all descendant nodes.
  • directCounts
    directCounts contains the count of unique IDs directly at each node (excluding descendants). This allows frontends to calculate: - Direct count: directCounts[i] - Descendant count: counts[i] - directCounts[i] Only populated for hierarchical fields; null for others.