package org.example.data.model data class CategoryDTO( val categoryId: Int, var categoryName: String )