'array', 'is_active' => 'boolean', 'order' => 'integer', ]; public function scenes(): HasMany { return $this->hasMany(Scene::class); } }