MPICategory

fun MPICategory(    name: String,     id: String,     externalId: String? = null,     parents: List<String> = emptyList<String>(),     icon: String? = null)