This GraphQL query Count LVS
0
1
2
3
4
query countLVS { lVS { count } }
{ "data": { "lVS": { "count": 5977 } } }