I have the following data class Category:
data class Category( val id: Int = DEFAULT_ID, val name: String = "", val picture: String = ""