How to return number of items in OData v4 HTTP response?
I need this number to pagination, so it should be number of items after filtering, but before \'skip\' and \'top
That's what I am using with oData v4:
Request.ODataProperties().NextLink, Request.ODataProperties().TotalCount