Second item from Sort()

How do I get the second item out of Sort()? I tried using [1], but that doesn’t seem to work

Looks like I needed .Nth(2)

Thanks!