status; if ($this->description) { $description .= ", {$this->description}"; } return $description; } public function isBinary(): bool { return is_string($this->content) && Str::startsWith($this->content, '<>'); } }