the lists/memberships endpoint is only returning 20 users per page.
It returns cursors and I can page through it just fine, but for a list with 1000+ users, it is impossible to get all users on the list without hitting the API limit.
I have tried passing count, page_count, per_page, and probably some other permutations as a parameter to no avail.
Is this a bug or is it designed to behave that way?
What is expected time to fix? We are working on a large sports site that uses this endpoint to manage tweets that get displayed on the site.
Thanks,
M.