'integer', 'is_active' => 'boolean', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; public function isActive(): bool { return (bool) ($this->attributes['is_active'] ?? true); } }