using SurrealDb.Net.Models; namespace RelayCore.Models; public class PasswordHash : Record { public string? Password { get; set; } }