In the find() shell signature db.coll.find(query, projection), what does the second argument control?db.users.find({ status: "active" }, { name: 1, _id: 0 });