DISLIKES -> {
                    val newDislikes = newValue as List<String>
                    if (newDislikes.isNotEmpty()) { // newLikes is a non empty list, the type must be a string
                        assertIsListOfString(newValue)
                    }