My DTO -
data class PodcastDTO(val id: Long, val author: String, val title:String, val description: String, val categoryId: Long, val subCat