There is no pagination/offset setting in the listOptions
parameter when calling page.links()
. This means that only the first 500 links are fetched.
The limit of 500 itself is fine, but I am missing a way to get the next 500 links. I've checked the docs and there does not seem to be a way to do this.