@Transaction
    @Query("UPDATE ContentModel SET isDownloaded = :status WHERE lectureId = :videoId")
    suspend fun updateContentWithVideoId(videoId: String, status: Int)