не мало ли это, для инностранной компании
var collection = db.collection('test_insert');
collection.insert({
a: 2
}, function (err, docs) {
collection.count(function (err, count) {
console.log(format("count = %s", count));
})
});