using Microsoft.AspNetCore.Identity; namespace API.Models.Internal.User; public class User : IdentityUser { public string? Ininitals { get; set; } }