Rating
What the station has been told about a record.
neutralis the absence of an opinion rather than a middling one, and it is what rating something back to nothing means.
type Rating = 'liked' | 'neutral' | 'disliked';
What the station has been told about a record.
neutralis the absence of an opinion rather than a middling one, and it is what rating something back to nothing means.
type Rating = 'liked' | 'neutral' | 'disliked';