JsonCasting::class, ]; public function deal() { return $this->belongsTo(Deal::class, 'deal_id'); } }