namespace Knots.DTO.Group; public class CreateGroupDto { public string? Nom { get; set; } public int NombreMembres { get; set; } public string? ProfilePicture { get; set; } }