export class Duck { id: number; name: string; color: string; }