mailbox
mailbox:{ _id:"2", title:"test" }
mailbox_details
mailbox_details:{ _id:"1", mailbox_id:2, is_read : false }
These are the tables.
I have attached the image of code please check.

-Unfortunately I did not get the result I expected
Below is the output I intended
output
{ title:"test", mailbox_id:2, is_read : false }.
Once I get this, I can take the next step. please help me.