pub fn get_relationship_many( db_context: &DbContext, ids: &[u64], field: &DocumentRelationshipField, ) -> Result<HashMap<u64, Vec<u64>>, Error>