package Comments type Comments struct { authorId string text string likes int dislikes int }