namespace LocationsApi.Models; public class VisibleLocationWindowResponse { public int GeneratedCount { get; set; } public List Locations { get; set; } = []; }