OBJECT
1type SharedMentionList implements Page {23records: [SharedMention] 45# The starting index for records that were returned in this query.6offset: Int! 78limit: Int! 910# Number of records returned in this response11count: Int 1213}