pub async fn get_for_module(
    conn: &mut PgConnection,
    module_id: Uuid
) -> ModelResult<Vec<Uuid>>