belongsTo(Category::class); } public function media(): BelongsToMany { return $this->belongsToMany(Media::class, 'media_sub_category'); } }