diff --git a/backend/src/schema/resolvers/searches.js b/backend/src/schema/resolvers/searches.js index 898b7659f..60fd4318f 100644 --- a/backend/src/schema/resolvers/searches.js +++ b/backend/src/schema/resolvers/searches.js @@ -39,7 +39,7 @@ const searchPostsSetup = { author: properties(author), commentsCount: toString(size(comments)), shoutedCount: toString(size(shouter)), - clickedCount: toString(resource.clickedCount) + clickedCount: toString(resource.clickedCount), viewedTeaserCount: toString(resource.viewedTeaserCount) }`, limit: 'LIMIT $limit',