This GraphQL query Count Terms
0
1
2
3
4
query countTerms { terms { count } }
{ "data": { "terms": { "count": 463682 } } }