exports.reduceTopicCount = function (id, callback) {
    Forum.findOne({_id: id}, function (err, forum) {
        if (err) {
            return callback(err);
        }