@Query("SElECT * FROM CommentModel where dbtId = :id")
    abstract fun getComments(id: String): LiveData<List<CommentModel>>