diff --git a/site/gatsby-site/src/components/discover/filterTypes/Classifications.js b/site/gatsby-site/src/components/discover/filterTypes/Classifications.js index 81540aa853..2877da6f3c 100644 --- a/site/gatsby-site/src/components/discover/filterTypes/Classifications.js +++ b/site/gatsby-site/src/components/discover/filterTypes/Classifications.js @@ -29,7 +29,8 @@ function Attribute({ name, refinement, searchResults }) { tabIndex={0} onClick={() => setCollapsed((c) => !c)} > - {name} ({refinement.items.length}){' '} + {name} (~ + {refinement.items.reduce((a, c) => Math.max(a, c.count), refinement.items[0].count)}){' '}