$this->id, 'name' => $this->name, 'items' => WishlistResource::collection($this->wishlist), 'items_count' => $this->wishlist_count ?? 0 ]; } }