Mongodb – How to delete ($pull) nested array elements with property value null in arrays with more than one element
I would like to delete ($pull) nested array elements where one of the element's properties is null and where the array has more than one element. Here is an example. In the following collection, I would like to delete those…