export class Images{ id: number; content: any[]; constructor(){ this.id = 1; this.content = []; } }