class Team{ constructor(id, name, description){ this.id=id; this.name=name; this.description=description; } }