Type Alias ArchivingGetArchivedFileStatisticsResponse

ArchivingGetArchivedFileStatisticsResponse: {
    from?: string;
    statistic_by_file_extension?: {
        json_file_count?: number;
        m4a_file_count?: number;
        mp4_file_count?: number;
        txt_file_count?: number;
        vtt_file_count?: number;
    };
    statistic_by_file_status?: {
        completed_file_count?: number;
        failed_file_count?: number;
        processing_file_count?: number;
    };
    to?: string;
    total_records?: number;
}