# Projects A comprehensive overview of active, completed, and paused projects spanning development, community management, creative work, and personal initiatives. ```base properties: file.name: displayName: File note.created: displayName: Created note.last: displayName: Updated note.status: displayName: Status views: - type: table name: Project list filters: and: - file.hasTag("Projects") - "!file.name.contains(this.file.name)" order: - file.name - last - status sort: - property: last direction: DESC columnSize: note.last: 185 ```