OBJECT
1type MentionRatingList implements Page {23offset: Int! 45limit: Int! 67count: Int 89records: [MentionRating] 1011}