private function reset()
 {
     $this->scope->reset();
     $this->attribute->reset();
     $this->batch = $this->defaultBatch;
     $this->initFaker();
 }