var mapComment = function (comment) {
  return {
    id: comment.id,
    author: comment.author,
    published: comment.published,