Get Organization Members with 'Take' Query Parameter Returns Next When No Further Results

Hi. For checkpoint pagination, I am calling /api/v2/organizations/{id}/members?take=100&fields=picture&include_fields=false on an organization with 70 members, but the response includes ‘“next”:{id}’. The docs seem to indicate that I should only see “next” if there are more results. Is this behavior expected?
When I call the api again and include from={id}, the response is “members” with an empty array.