SearchResultPreviewDto
Preview data for search results
authorsstring[]
Author names (book search results)
bookCountinteger,null<int32>nullable
Number of books in the series (if known by the provider)
descriptionstring | nullnullable
Short description
formatstring | nullnullable
Content format discriminator (e.g. manga, novel, light_novel,
manhwa, manhua, comic, webtoon, one_shot).
Free-form string at the protocol layer; the UI maps known values to colored badges and falls back to a neutral badge for anything else.
genresstring[]
Genres
ratingnumber,null<double>nullable
Rating
statusstring | nullnullable
Status string (series search results)
SearchResultPreviewDto
{
"authors": [
"string"
],
"bookCount": 0,
"description": "string",
"format": "string",
"genres": [
"string"
],
"rating": 0,
"status": "string"
}