namespace API;

public record ProblemResponse(string title, string? message = null);