degree_count = [{'degree': x, 'applications': v} for (x, v) in
                    sorted(degree_count.items(), key=lambda item: item[1])[-10:]]