pub async fn search_for_user_details_by_email(
    conn: &mut PgConnection,
    email: &str
) -> ModelResult<Vec<UserDetail>>