最新のmongodb3.0nodejsドライバーを使用している場合は、次のコードを試してください: db.collection('test').find({}).project({name: 1, last: 1}).toArray();