оператор для возврата конкретных данных запроса MongoDB

db.inventory.find( { status: "A" }, { item: 1, status: 1 } )
Xerothermic Xenomorph