Yes…. Trivial….😰
Ok so after combing through for a bit and testing, now I see I can access individual values as well from those objects by doing var temp = entries[0].Server.Name
Would I be able to perform the same functionality on list items like calling methods as I would be able to do on objects? I had felt like this was the sort of thing an object was created to do?