This GraphQL query Count DKS
0
1
2
3
4
query countDKS { dKS { count } }
{ "data": { "dKS": { "count": 1471 } } }