Count limited by Session Token
Hi,
I have an app that shows only certain data from a collection based on the session token of the user that is logged in.
I want to create a count query to count ALL the items, just not the ones that pertain to the logged in user.
I followed the instructions to include a "count" request in my query service, but it is still limited to the session token of the user.
If I do not map the session token from my LSV to the query request, I get back a count of 0.
How can I make it so that the session token is ignored and therefore counts ALL items in the collection?
Thanks