pub async fn try_get_by_email(
    conn: &mut PgConnection,
    email: &str
) -> ModelResult<Option<User>>