There are already flags for tracks, like is_Mqa https://github.com/tamland/python-tidal/blob/6fb5289b698fe40974abf19c0f283b787526ad97/tidalapi/media.py#L402-L415
Thus, I can determine very easily, what kind of quality this track has. But Album has also MetaDataTags. Would it also make sense, to implement such is_* properties for albums as well, wouldn't it?