package models type SearchResult struct { ID string Title string Author string Series string FileType string FileSize string UploadDate string }