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