I'm configuring owned entity via fluent API.
I tried to configure index with a custom name on one of owned entity properties .

However, when configuring index on a parent entity builder, an overload exists:

I'm looking for a solution to the same problem as in here: npgsql/efcore.pg#2522
I'm trying to set up multiple indices on same property (both BTREE and GIN index on same text column).
Provider and version information
EF Core version: 6.0.12
Database provider: Npgsql.EntityFrameworkCore.PostgreSQL 6.0.8
Target framework: .NET 6.0