Hi, I'm trying to find a way to paginate through facet values. But it seems that there is not a way to get the total number of values (numFound) under a given facet field? For example, if I have a facet field called "composition_era_facet" and the values are:
15th Century 16th Century 17th Century 18th Century 19th Century 20th Century and I want pagination with 3 of those values per page, how do I calculate the total pages? Or get the "numFound"? Thank you, Matt