*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'uuid' => $this->uuid, 'name' => $this->name, 'url' => $this->url, 'items' => ItemResource::collection($this->whenLoaded('items')) ]; } }