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