export class BlogEntry { id :number; title: string; text: string; image: string; }