I have 3 main collections
Blogs{ id, title } Comments{ id, message, blog_id } Likes{ id, user_id, blog_id }
I want to fet