Optional
year
year?: number
Optional
status
status?: number
Optional
country
country?: string
Optional
rating
rating?: string
Optional
rating_count
rating_count?: number
Optional
follow_count
follow_count?: number
Optional
user_follow_count
user_follow_count?: number
Optional
content_rating
content_rating?: string
Optional
demographic
demographic?: number
Optional
md_titles
md_titles?: { title: string; lang: string }[]
Optional
md_comics
md_comics?: { id: string; title: string; slug: string }
Optional
highlight
highlight?: string
Represents a Comick manga entry from the search API.
Source