notion
notion copied to clipboard
BugFix: Make all `children` fields `Option`
Hi ! I found bug when using NotionApi::get_block_children.
As the document says, children API does not return nested children. Thus, it's possible that returned json doesn't have children key for column_list, column, etc. like this:

I just added Option to the type definition of children for each struct.