belongsTo(FeaturedGroup::class); } public function groupable(): MorphTo { return $this->morphTo(); } }