Autoquery: Total no more set by default , after migrating to version 5.0

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

This was announced in the v4.5.14 Release Notes and documented in AutoQuery’s documentation.