namespace LocationsApi.Models; public class ResetWorldResponse { public int DeletedLocationCount { get; set; } public int RemainingLocationCount { get; set; } public int MovedCharacterCount { get; set; } public int ReassignedInventoryItemCount { get; set; } public required Location Origin { get; set; } public required Location Limbo { get; set; } }