For a Map/Reduce script I'm writing, I'm passing a search to map() that has multiple SUM(formulanumeric) columns, but the mapContext object only shows one of those columns as a result. It seems to ignore the others. Is there a trick to make it pick up each column?