I understand that MaxLimit can be set when adding AutoQueryFeature in Startup.cs. We are doing this:
Plugins.Add(new AutoQueryFeature
{
MaxLimit = 100,
IncludeTotal = true
});
When using IAutoQueryDb.ExecuteAsync(), is it possible to specify a different MaxLimit?