@cpod/sdk - v0.2.7
    Preparing search index...

    Interface TotalFilesCountResponse

    Total files count response

    interface TotalFilesCountResponse {
        total_files_count: number;
        file_type_count?: { count: number; file_ext: string }[];
        count?: number;
    }
    Index

    Properties

    total_files_count: number
    file_type_count?: { count: number; file_ext: string }[]
    count?: number