Is there a way to get only the amount of data in the response payload without any array of values?
I am using ODataV4.0 with Webapi 2.2. It currently returns all the values โโand calculates when I request something like: http://odata/People?$count=true
I just need something like "@odata.count":1, "value":[] or without "value" .
Is this the only way to have a function for this job?
source share