ItemBookSearchResultsEntry Object
Description
Book search result entry from external book databases, containing bibliographic information and metadata.
Declaration
type ItemBookSearchResultsEntry {
title: String
subtitle: String
publisher: String
identifiers: [ItemDataIdentifier]
authors: [String]
language: String
images: [ReleaseImage]
thumb: String
pageCount: Int
description: String
}
Fields
| Name | Type | Description |
|---|---|---|
title | String | Title of the book. |
subtitle | String | Subtitle of the book, if applicable. |
publisher | String | Publisher name. |
identifiers | [ItemDataIdentifier] | List of identifiers such as ISBN-10, ISBN-13, or other catalog numbers. |
authors | [String] | List of author names. |
language | String | Language code of the book content. |
images | [ReleaseImage] | List of images associated with the book, typically including cover images. |
thumb | String | Thumbnail image URI for the book cover. |
pageCount | Int | Total number of pages in the book. |
description | String | Description or summary of the book. |