Method AggregateRedbAsync<TResult>(Expression<Func<IRedbObject, TResult>>)
Flexible aggregation for IRedbObject base fields ONLY.
For aggregating both base AND Props fields - use AggregateAsync.
Task<TResult> AggregateRedbAsync<TResult>(Expression<Func<IRedbObject, TResult>> selector)