to to read all fields in mongodb javascript code example Example: mongodb select fields db.inventory.find( { status: "A" }, { item: 1, status: 1 } )