filters: and: - file.name == "index.md" formulas: age_days: '((now() - file.ctime) / 86400000).floor()' properties: title: displayName: Title status: displayName: Status category: displayName: Category tags: displayName: Tags created: displayName: Created updated: displayName: Updated formula.age_days: displayName: Age views: - type: table name: Research order: - title - status - category - tags - created - updated - formula.age_days