export class CommentDto { author!: string text!: string mail!: string url?: string }