[
{
_id: "646231c54574e0e7ffc569e9",
users: [
{
_id: "6461ef44496eff14402778af",
name: "Salman Khan"
},
{
_id: "6461f15bb4e0a6c7addc9fb0",
name: "Yash Sharma"
{
_id: "646211fac7359b7ed8f27bcb",
name: "abcd",
]
}
]
I am working with an array structured like the example above. My goal is to extract the element that contains two specific _id
values within its users
array.