function fetchComments (page = 1) {
  return {
    [CALL_API]: {
      types: [COMMENTS_REQUEST, COMMENTS_SUCCESS, COMMENTS_FAILURE],
      endpoint: make_url.account('comments/') + '?page=' + page,