chore: rattrapage

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-03-14 00:45:29 +01:00
parent 8e1c4637ba
commit 7fba3c6fcb
14 changed files with 87 additions and 23 deletions

View File

@@ -8,7 +8,8 @@ readonly class MangaListResponse
public array $mangas,
public int $total,
public int $page,
public int $limit
public int $limit,
public array $chapterCounts = []
) {
}