def comments
    @comments ||= NewsFeedItemComment.joins(:hearts).
      includes(news_feed_item: :hearts).
      order('max(hearts.created_at) desc').
      group('news_feed_item_comments.id').