AttachmentPreviewDto: {
    pageCount: number | null;
    pdfUrl: string | null;
    reason: string | null;
    status:
        | "none"
        | "pending"
        | "ready"
        | "failed";
}