Zoom API pagination

API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/or Zoom API Event(s) you’re working with to help give context.

v2/webinars/<webinar_id>/registrants/
v2/past_webinars/<webinar_id>/participants/

Description
Details on your question, workflow or the problem you’re trying to solve.
By default a list of 30 registrants and a token to the next page is received. I found a bug that the following pages may have duplicate webinar members.
If you change page_size to 300, then if the members are less than 300, the list will be without duplicates
Error?
When you go through the pagination, duplicate webinar members appear

How To Reproduce
Steps to reproduce the behavior:
1. Import members (100-200) to webinar (without duplicates) (Registered is required)
2. Try v2/webinars/<webinar_id>/registrants/ for example with page_size=10
3. Notice duplicates on next pages.