I want to model Team and Players in Entity Framework Core 3.1. Each team has many players and every player has only one team. Also, each team has o
Team
Players