pub fn batch_insert(
    goals: Vec<InsertGoal>,
    db_conn: &DbConnection
) -> QueryResult<usize>