I have this controller and do not want pagination on it ```python @api_controller("/tools") class ToolModelController(ModelControllerBase): model_config = ModelConfig(model=Tool, schema_config=ModelSchemaConfig(depth=1)) ``` How can I achive this?