diff --git a/client/coral-embed-stream/src/Embed.js b/client/coral-embed-stream/src/Embed.js
index a3d2a24a9..962eb1030 100644
--- a/client/coral-embed-stream/src/Embed.js
+++ b/client/coral-embed-stream/src/Embed.js
@@ -120,7 +120,7 @@ class Embed extends Component {
-
+
{lang.t('MY_COMMENTS')}
Configure Stream
diff --git a/client/coral-framework/graphql/queries/streamQuery.graphql b/client/coral-framework/graphql/queries/streamQuery.graphql
index e9f4c827c..03af1de4c 100644
--- a/client/coral-framework/graphql/queries/streamQuery.graphql
+++ b/client/coral-framework/graphql/queries/streamQuery.graphql
@@ -29,6 +29,7 @@ query AssetQuery($asset_id: ID, $asset_url: String!, $comment_id: ID!, $has_comm
requireEmailConfirmation
}
commentCount
+ totalCommentCount
comments(limit: 10) {
...commentView
replyCount