I have following structure of my document:
{
"daily": [
{
"general": [
{
"status": false,
"_id": "5e728265f4796c0017203662",
"title": "Sport"
},...
]
}
]
}
I would like to pull the the document inside the "general" Array by it's "_id".
I tried several things but nothing seems to work for me.
Every help will be appreciate :)