model.comments?.observe(viewLifecycleOwner, { commentEntities ->
            if (commentEntities != null) {
                mBinding.isLoading = false
                mCommentAdapter!!.setCommentList(commentEntities)
            } else {