hasMany('App\Models\Category'); } public function Products() { return $this->hasMany('App\Models\Shop\Product'); } }