A habit is an activity that I perform frequently and that I want to keep track of.
```base
filters:
and:
- type == link("Habit")
views:
- type: table
name: Table
groupBy:
property: section
direction: ASC
order:
- file.name
- start_date
columnSize:
file.name: 191
```