filters: and: - file.folder != "Templates" - category.contains(link("Books")) properties: note.author: displayName: Author file.name: displayName: Name note.year: displayName: Year note.genre: displayName: Genre views: - type: table name: Books groupBy: property: tags direction: ASC order: - file.name - author - year - rating - topics - last sort: - property: length direction: ASC - property: file.name direction: ASC columnSize: file.name: 443 note.author: 139 - type: table name: Top rated order: - file.name - rating - last sort: - property: last direction: DESC - type: table name: Author filters: and: - list(author).contains(this) order: - file.name - year - genre sort: - property: genre direction: ASC - type: table name: Genre filters: and: - list(genre).contains(this) order: - file.name - year - genre