Paged list of comments.
type CommentResultList {# The offset of the next page. If it is undefined no more pages exist.nextOffset: String # Up to `pageSize` comments on this comment thread.results: [Comment!] }