matches) > 0; } public function getBestMatch(): ?MangaMatchItem { return $this->matches[0] ?? null; } }