belongsTo('App\Models\Receipt'); } public function categories() { return $this->hasMany('App\Models\Category'); } }