pub fn batch_insert_groups(
    gs: impl Iterator<Item = Group>,
    db_conn: &DbConnection
) -> QueryResult<usize>