Method GetStatisticsAsync<TField>(Expression<Func<TProps, TField>>)
Get field statistics (Sum, Avg, Min, Max, Count) in single call.
All aggregations execute in parallel for maximum performance.
Task<FieldStatistics<TField>> GetStatisticsAsync<TField>(Expression<Func<TProps, TField>> selector) where TField : struct