Hey, super cool API! I just started playing around with it a bit and noticed that the API doesn't return the total amount of possible data, which makes pagination a bit tricky. Could you add a field like total next to count, so people don't have to "brute force" check if there is more data available than initially requested?
Hey, super cool API! I just started playing around with it a bit and noticed that the API doesn't return the total amount of possible data, which makes pagination a bit tricky. Could you add a field like
total
next tocount
, so people don't have to "brute force" check if there is more data available than initially requested?