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