I'm not writing code in VB or C# but if I were how do people 'cope' with the DriveItem resource ?
It contains ListItem and Activity which also contains DriveItem and ListItem contains Activity too
So do people just recursively traverse through the JSON looking for what they need as opposed to moving things into a struct which makes addressing things much easier later but you can't have recursive structs unless it is an array of itself which doesn't help here I don't think
It all just feels a bit Penrose Stairs