Is there any way I can get only count of the data in response payload without any value array?
I just need something like "@odata.count":1, "value":[] or without "value".
I tried $count=true&$top=0
or Projects/count
as I saw on some blogs.
But it didn't work
Please assist...