namespace Application.Features.Director.Role.Get { public class Response { public required string ID { get; set; } public string? Name { get; set; } public int ClaimsCount { get; set; } = 0; } }