export type TGetDocumentInfoResponse = { name: string; records_count: number; size: number; size_pretty: string; schema?: Record; };