filters: and: - '!file.name.contains("Template")' - doc_type == "weread-highlights-reviews" properties: note.author: displayName: Author file.name: displayName: Name note.year: displayName: Year note.genre: displayName: Genre views: - type: list name: Books order: - file.name - author - readingDate - rating - topics - readingTime - readingStatus sort: - property: readingStatus direction: ASC - property: readingDate direction: DESC - property: file.name direction: DESC - property: last direction: ASC - property: topics direction: ASC - property: year direction: ASC - property: length direction: ASC - property: author direction: DESC columnSize: file.name: 334 note.author: 134 - 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