private get watchersCount() {
    const watchersCount = this.attributes && this.attributes.watchersCount ? this.attributes.watchersCount : 0;
    const title = `${watchersCount} Watchers`;
    return <WatchersCount title={title} className='watchers-count'>
      <MiniIcon dangerouslySetInnerHTML={{ __html: RepositoryList.WATCHERS_ICON }} />