DocumentDto: {
    downloadUrl: string;
    fileId: string;
    mimeType: string;
    pageCount: number | null;
}