Is there a way to query a service or service layer to simply get a count of the matching features?
I know I could go grab the lot and get it that way, but my service is limited to 500 results and there are way more features than that. I do not want to change this limit as there are other applications that utilize this service and I simply want the count value and don't care about the attribute data.
So simply, is there a way to just do a SELECT COUNT(whatever) FROM [Service] or something if you get my meaning?