this.teams.data = this.teamList(teams.filter((team: any) => {
            return (team.type === this.mode || (team.type === undefined && this.mode === 'team'))
            && this.excludeIds.indexOf(team._id) === -1;
          }));