:Channel/Follows: _links.next always present?

I’m trying to retrieve all the followers a logged in user has, but I noticed while using my account to develop the functionality, that despite having only 6 followers "_total": 6 I still have “next” and “cursor” in the response? The request allows for the default 25 resuls “per page”. Even odder is that both next and cursor are populated with URLs as if there are more to retrieve.

Why would the request return these fields in the response if there are no further results to fetch?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.