From what you see you could access it like this: response.Items[0].Registros[0].values[0]
, but I think you should check beforehand that each array has values, because in this way response, Registers or values can come empty and give an error in the application.
Greetings.