Video

fun Video(    id: Int? = null,     title: String,     description: String,     titleRu: String?,     descriptionRu: String?,     image: String,     url: String,     isPublished: Boolean,     createAt: Long,     updateAt: Long,     uploads: List<Upload>)