const comment = {
    id: req.comment.id,
    author: userScopes.ordinary.expose(req.user),
    text: req.comment.text
  }