default:
      return metric.postsMetric.sortBySharesCount().slice(0, 10)
        .map(post => new PostTop(post.post, post.sharesCount, +((post.sharesCount/metric.postsMetric.totalShares())*100).toFixed(2)));