Xpath descendants (duplicate classes) question

Hey there,
So I have this xpath find_element query:

find_elements(:xpath, "//android.widget.ListView[@resource-id='android:id/list']//*").map { | e | e.text }

When I run arc, I find that I have 2 of these classes matching the same resource id.
Is there any way to say “Give me the 2nd one of these classes”?

much thanks in advance!
Eric