`class DataKelas(val status: Int, val kelas: List&...
# klaxon
c
class DataKelas(val status: Int, val kelas: List<Status>)
<-- wouldn’t that work?