@@ -29,7 +29,7 @@ namespace Application.Features.Faq.Category.GetAll
return new Response(
items.Count,
[..items.Select((c, i) => new Response.Row(
- i + i,
+ i + 1,
c.ID,
i,
c.Code,