export class JahrMitBild { constructor( public jahr: number, public bild: string[] ){} }