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