belongsTo(Organisation::class); } public function persons(): HasMany { return $this->hasMany(Person::class); } }