export class Message { id: number; title: string; body: string; sender: string; time: string; seen: boolean; }