*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, 'image' => $this->getImage(), 'position' => $this->position, ]; } }