'array', ]; protected $hidden = [ 'created_at', 'updated_at' ]; public function getName() { return (string) $this->name[App::getLocale()] ?? null; } public function getColor(): string { return (string) $this->color; } }