hasOne(App\Models\Client::class); } public function notes() { return $this->hasMany(Note::class); } }