OBJECT
A collection of "Comments"
type CommentCollection implements Collection {offset: Int limit: Int totalCount: Int nodes: [Comment] }