Adds an event handler that runs when a comment is added or removed from the WixComments
element.
The onCommentCountChange()
function adds an event handler that runs when a comment is added or removed from the WixComments
element.
callback(count: number): void
The callback function that runs when a comment is added or removed from the WixComments
element.