Given the root of a binary search tree and an integer `k`, return the k-th smallest value (1-indexed) among all node values.