Hii there,
I have created a simple get all details API as a State model. It looks fine in individual API but when I call the same request in batch request it's given me N+1 warning errors:
Individual API Route:

Batch Request API Route:

Thanks in advance!