def top_10_table(output)
                    headers = ["Description", "Count"]
                    header_widths = {0 => (output.bounds.width - 50), 1 => 50}

                    data = top_10_sorted