lennyface_count = [{'lennyface': x, 'applications': v} for (x, v) in
                       sorted(lennyface_count.items(), key=lambda item: item[1])[-5:]]