namespace AdminPanel.Models; public record Team(string Name, string Picture, string MainColor, string SecondColor) { }