Hello,
I have a list of lists of strings (List<List<string>>).
Anyone knows how can I sort the lists on the primary list by their
count property?

thanks,