Skip to main content

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

NameTypeDescription
titleStringTitle of the book.
subtitleStringSubtitle of the book, if applicable.
publisherStringPublisher name.
identifiers[ItemDataIdentifier]List of identifiers such as ISBN-10, ISBN-13, or other catalog numbers.
authors[String]List of author names.
languageStringLanguage code of the book content.
images[ReleaseImage]List of images associated with the book, typically including cover images.
thumbStringThumbnail image URI for the book cover.
pageCountIntTotal number of pages in the book.
descriptionStringDescription or summary of the book.