*/ use HasFactory; public function persons(): HasMany { return $this->hasMany(\App\Models\Person\Person::class); } }