foods pagination

This commit is contained in:
2025-12-21 09:43:16 +03:30
parent d80199fc65
commit 37f7b11dbc
4 changed files with 39 additions and 92 deletions
@@ -62,5 +62,7 @@ export class FoodRepository extends EntityRepository<Food> {
totalPages,
},
};
}
}