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

    Function getTotalFilesCount

    • Get the total count of files for the current user

      Returns Promise<number>

      Total number of files

      401 - Not authenticated

      import { getTotalFilesCount } from "@cpod/sdk";

      const count = await getTotalFilesCount();
      console.log(`You have ${count} files`);