For example: MyModel.findById(myId, function(err, item){ // item should be autoreleased so that I do not need to explicitly do item.release(); });