https://developers.notion.com/reference/block
A block object represents content within Notion. Blocks can be text, lists, media, and more. A page is a type of block, too!
As far as i know, everything in Notion is a block, a page is a block has children blocks; so the database is also a block ?
If I create a Notion clone, should I go with the model like:
- users
- workspaces
- blocks (page, text, image, to_do...)
- databases
or like:
- users
- workspaces
- blocks (database, page, text, image, to_do...)
Many thanks.