{'name': 'where', 'type': types_.STRING},
{'name': 'successCallback', 'type': types_.FUNCTION},
{'name': 'errorCallback', 'type': types_.FUNCTION, optional: true, nullable: true},
- {'name': 'page', 'type': types_.LONG, optional: true},
- {'name': 'maxNumberPerPage', 'type': types_.LONG, optional: true},
+ {'name': 'page', 'type': types_.LONG, optional: true, nullable: true},
+ {'name': 'maxNumberPerPage', 'type': types_.LONG, optional: true, nullable: true},
{'name': 'order', 'type': types_.STRING, optional: true, nullable: true}
]);