export class BlogEntry { title: string; image: string; kategorie: string; menge: string; kommentar: string; }