OBJECT
A type that describes a comment commited by an user in a feed
1type Comment {23# The username that commited the comment4author: String 56# Body text of the comment7body: String 89# Date when comment was published in UNIX milliseconds10date: String 1112}