Dataview: how to disable file count

For now only via css.
You can create a css snippet with something like

.dataview.small-text {
  display: none;
}

You can also add to the snippet a cssclass to apply only in the wanted notes (using the cssclass in frontmatter.

4 Likes