https://github.com/meilisearch/demos/tree/main/src/nobel-prizes https://nobel-prizes.meilisearch.com/
https://code-maze.com/migrations-and-seed-data-efcore/ https://www.learnentityframeworkcore.com/migrations/seeding
Configuring indexes in an Entity Framework Core model
// unique [Index(nameof(Url), IsUnique = true)]
// composite [Index(nameof(FirstName), nameof(LastName))]