https://mongoplayground.net/p/Yv6vkGyrUS-
https://mongoplayground.net/p/vm314GoexjE
[
{
"_id": ObjectId("4b253b067525f35f94b60a31"),
"age": 30,
"favorite book": [
"Cat's Cradle",
"Foundation Trilogy",
"Ender's Game"
],
"location": "Wisconsin",
"name": "joe",
"sex": "male"
}
]
output delete any element with based on condition
"favorite book": [
"Cat's Cradle",
"Foundation Trilogy"
]