namespace SharedProject.models; public class Navigators { public int Count { get; set; } public List? NavigatorList { get; set; } }