BookInformation

constructor(id: String, title: String, subtitle: String = "", coverUri: Uri = Uri.EMPTY, author: String, description: String, tags: List<String> = emptyList(), publishingHouse: String, wordCount: WordCount, lastUpdated: LocalDateTime, isComplete: Boolean)