pub fn batch_insert(
    batch_groups: &[<Group as Insertable<table>>::Values],
    db_conn: &DbConnection
) -> QueryResult<usize>