I have a single feature class containing numerous polygons that overlap in different ways. After running the union tool I now have multiple polygons where the input features overlapped, but there are multiple polygons for each input. What I would like is a single polygon at the intersected space, with attributes from all original input features appended, or some statistic from them (min, max, etc.). Ideas?