Hi,
When i make a read call for an odatamodel for one entity, in the chrome console, if i check that $batch operation, there are 2 additional calls which i never included as part of filters or parameters:
GET Entity1/$count HTTP/1.1
GET Entity1?$skip=0&$top=100 HTTP/1.1
Not sure why these calls are made via $batch request.
Anybody knows how to avoid these calls ?
BR,
Venky