For example, searching for albums called "ul" gives
1604 results - I had to manually use the "offset" parameter to find that out. I know that "results_count" gives the number of results in that particular query - 4 plus an offset of 1600 equals 1604 results, but there is no way to work out that number in an actual application.
So, I'm wondering if you could return the total number of results for a query, not just the number in that particular query. I can't see how pages would work without it.
Thanks