'array', ]; public function orders(): HasMany { return $this->hasMany(Order::class); } }