db.pets.find(); db.pets.find( {weight: { $exists: true} } ); db.pets.find( {weight: { $exists: false} } );