I have two dto classes Catalog and Market
@Entity data class Catalog( var name: String?, var marteketIds: MutableSet?, @Pri