[docs]classLyrics(BaseModel,frozen=True,validate_types=False):__endpoint__=Base.LYRICStitle:str"""The title of the song."""artist:str"""The artist of the song."""lyrics:str"""The lyrics of the song."""url:str|None"""The URL to more information about the song."""thumbnail:str|None"""The URL to the thumbnail of the song."""def__str__(self)->str:returnself.lyrics