Collection.findById(new ObjectId(userId));
// equivalent sql query for findById()
select * from Collection where userName = 'username' limit 1