With the new generic `IndexBuilder<TEntity>` added in https://github.com/aspnet/EntityFrameworkCore/pull/14641, we should be able to add INCLUDE columns to an index using expressions.
With the new generic
IndexBuilder<TEntity>added in dotnet/efcore#14641, we should be able to add INCLUDE columns to an index using expressions.