types command lists every distinct type value from note frontmatter with a count, and the edges command lists every distinct edge relationship type with a count. Both commands read from the ontology cache written during indexing, so they return results instantly without scanning the full dataset.
types
List all note types present in the indexed vault, with the number of notes of each type. Synopsistype value found in note frontmatter. Notes with no type field are counted in the total but do not appear as a row.
edges
List all edge relationship types in the indexed vault, with counts and the number of unresolved edges. SynopsisThe per-type counts shown here are broken out by relationship type. To see the
total edge count and the number of unresolved edges across the entire vault,
check the
edges and unresolved_edges fields in the output of
smolbren index.