namespace AIStudio.Layout; public record NavBarItem(string Name, string Icon, Color IconColor, string Path, bool MatchAll);