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