Get the total count of files for the current user
Total number of files
401 - Not authenticated
import { getTotalFilesCount } from "@cpod/sdk";const count = await getTotalFilesCount();console.log(`You have ${count} files`); Copy
import { getTotalFilesCount } from "@cpod/sdk";const count = await getTotalFilesCount();console.log(`You have ${count} files`);
Get the total count of files for the current user