Open
Description
Is your feature request related to a problem? Please describe.
At the moment, when retrieving a page using the pages() endpoint, the result returns a maximum of 25 references for each relation property.
Describe the solution you'd like
To more than 25 references inside a relation property, Notion requires us to use the "Retrieve a page property item" endpoint along with paging, documented here: https://developers.notion.com/reference/retrieve-a-page-property
This issue and solution are also described in this article: https://notionmastery.com/pushing-notion-to-the-limits/#prop-refs-api
I don't know if this endpoint is already in this package (I can't find any documentation on it), so if it isn't, would it be possible to add it?
Thanks!