Hi, it seems that IncludeTotal is no more the default …
I had to change this
Plugins.Add(new AutoQueryFeature { MaxLimit = 100, EnableUntypedQueries = true});
to this
Plugins.Add(new AutoQueryFeature { MaxLimit = 100, EnableUntypedQueries = true,IncludeTotal = true});
to have theTotal property in the response set .
Regards
Enrico