private get forksCount() {
    const forksCount = this.attributes && this.attributes.forksCount ? this.attributes.forksCount : 0;
    const title = `${forksCount} Forks`;
    return <ForksCount title={title} className='forks-count'>
      <MiniIcon dangerouslySetInnerHTML={{ __html: RepositoryList.FORKS_ICON }}/>