So, I\'d like to know how many results I\'ll be getting back from a RESTful uri GET request. I don\'t know of any way to do that at this point. Is there a way to do that?
You should be able to take care of this in your REST resource name design. You'd start with something like:
You might quickly decide that "/widgets" will be a humongous list and decide to support pages, something like
In other cases you can subdivide a large set into a natural hierarchy:
And you can define queries too: