Open
Description
I successfully used the Notion Python library to extract database table data off our Notion pages, but it seems the only kinds of table fields supported are regular data fields, User fields, and relations (retrieving relation fields is also very very slow per row, but I think that issue was already raised here).
However, if a field is a formula, or a rollup, it is nowhere to be found (or maybe I have overlooked it?). Are there any extra steps necessary to get those fields too?