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