Daniele B
@Serializable data class ApiResponse( @SerialName("data") val data : List<Row>, @SerialName("err") val error : String, )