Given an integer array `nums` and an integer `k`, return the k-th largest element (k-th in sorted-descending order, not the k-th distinct).