package library type Book struct { ID string Title string Author string Filename string Path string Format string HasCover bool }