FileNest/Docs

Usage

The Usage page (/org/usage) shows storage and file-count metrics for the active organization, broken down by project.

Headline meters

Four stat cards at the top summarize the org's current usage:

CardWhat it shows
Total storageSum of all file sizes across every project
Total filesCount of all non-deleted files in the org
Uploads this monthFiles uploaded in the last 30 days
Active projectsNumber of non-deleted projects

Per-project breakdown

A sortable table shows each project's individual contribution:

ColumnDescription
ProjectProject name
FilesFile count for that project
Storage usedFormatted byte count + a progress bar showing the project's share of total org storage

The progress bar percentage is calculated as project_storage_bytes / total_org_storage_bytes × 100. Projects with zero files are included so newly created projects are always visible.

Click any column header to sort — the table defaults to descending storage usage so the largest consumers appear first.

Data freshness

Usage data is fetched fresh on every page load from GET /v1/usage. There is no polling — refresh the page to see the latest state.