$this->id, 'name' => $this->name, 'image' => $this->image, 'parent_id' => $this->parent_id, 'level' => $this->level, 'sort' => $this->sort, 'path' => $this->path, 'children' => static::collection($this->whenLoaded('children')), 'type' => Str::startsWith($this->path, '-2-') ? 'shop' : '', ]; } }