It would be nice to have count support. ex. ``` javascript dirac.dals.users.count({ id: { $gt: 5 } }, function(error, count){ /* ... */ }); ``` How to use mo-sql to represent "select Count(*) from users"?