$this->token, 'email' => $this->email, 'phoneNumber' => $this->phoneNumber, 'formattedPhoneNumber' => $this->formattedPhoneNumber, 'phone' => new PhoneResource($this->resource), 'locations' => $this->locations, 'mission' => $this->when( !is_null($this->mission), fn (): array => explode(PHP_EOL, $this->mission, 5) ), 'rodo' => $this->when( !is_null($this->rodo), $this->rodo ), 'position' => $this->when( !is_null($this->position), $this->position ), ]; } }