Iterate through elements of a RecycleViewer

Hi, I am new to Appium and the stack I am using is as follows:

Windows 10, Node, Mocha and tests written in javascript.

Using the blog post I created my first test: https://www.built.io/blog/start-automating-native-ios-testing-with-appium-using-node-js

I am more familiar with Java and C# but am experimenting with javascript since thats what we write our iOS and Android apps with.

Using webdriver I can reach the correct widget RecycleViewer but am unable to traverse each row inside. I tried console.log(element) on the RecycleView element but I’m just getting back some generic info from Appium server.

My ultimate question is how do I inspect the element to discover the rows contained.

Is it possible to send a command to Appium Server to ask it to return the whole structure and then how would I inspect that.

Thanks,
Gary