16. Counting the elements in a collection
GET http://services.odata.org/V4/TripPinService/People/$count
If you want to know how many items meet a condition, you can use the $count path segment. Note that the Content-Type header indicates that the content is text/plain. Although it doesn't work with system query options in the reference service, $count can typically be combined with $filter.