findOne funkcja w sterowniku node.js ma nieco inną definicję niż ta w powłoce.
Wypróbuj
db.collection("inventory").findOne({ _id: 1 }, {projection:{ "size": 0 }}, (err, result) => {
findOne funkcja w sterowniku node.js ma nieco inną definicję niż ta w powłoce.
Wypróbuj
db.collection("inventory").findOne({ _id: 1 }, {projection:{ "size": 0 }}, (err, result) => {