According to the Notion Public API official documentation, I can retrieve a notion page.
But this Page Object does not include the Icon of the page. The icon is usually a unicode character (like \u2708\ufe0f
for ✈️). I was used to get this information with notion-py (the unofficial notion api client for python).
How can I retrieve this information with the public API?