namespace OnlyPrompt.Backend.Database { public static class ModelConstants { public const int MaxSlugLength = 100; public const string UserRole = "user"; } }