package main type Book struct { Title []string Creator []string Subject []string Lang []string Path string }