Bulleted lists and Numbered lists Done!

- Notion gave me some trouble today by not returning list items as a group, or even mentioning which two items are part of the same list.
- I spent the whole day trying a workaround where I added `group_id` to each `list_item` in my recursive fetch method
- Then during rendering If a block is of list type, I'd lookup its siblings with the same group_id and render them as a combined ul or ol depending on list type
- Holy shit did it work!!! Check out my Twitter for more real-time reactions :-p

- Here is how pages look now in #appbasics that are written in notion.