pub async fn get_roles(
    conn: &mut PgConnection,
    user_id: Uuid
) -> ModelResult<Vec<Role>>