isLiked

@SerializedName(value = "liked")
var isLiked: Boolean = false

Information about whether the current user has liked this song in the past

Return

true if the current song is liked, or false otherwise