api.forums.find({ _id: id })
    .findOne()
    .exec()
    .then((forum) => {
      if (!forum) return next(new Error404(id))