Book { bookId: 1, title: 'Book title', author: 'Book author', synopsis: 'Book synopsis', datePublished: '2024-01-06' genres: [ "g1", "g2" ], rating: 10.0, coverImage: 'some/image/path.png'}