As accustomed the callback for all queries should return the data as a second variable ``` db.find({...}, function(err, data){ }); ```