Average words per note, rounded. Zero if vault is empty.
Total count of [[targets]] that fail to resolve to any note.
ISO-8601 timestamp of report generation.
Notes whose frontmatter is non-empty.
Notes with no inbound AND no outbound wikilinks.
Notes with mtime in the last 7 days.
Top N tags by frequency, sorted desc. N = args.top_tags ?? 10.
Total .md files in the vault (post-exclusion filtering).
Sum of UTF-8 byte sizes across all notes.
Distinct tag count (normalized: lowercase, deduplicated).
Vault-wide dashboard returned by getVaultStats.
All counts are computed in a single pass over the markdown corpus so cost is O(N notes × parse).
orphansare notes with neither inbound nor outbound links.broken_wikilinksis the total count of unresolved[[targets]](use getUnresolvedWikilinks for the per-link details).