*/ protected $fillable = ['client_url', 'client_name']; public function notes(): HasMany { return $this->hasMany('App\Models\Note', 'client_id', 'client_url'); } }