How to get username from twitch API

Doesn’t Betapig want to use that same query they used but just drill down to in the res object?

Something like

var display_name = res.follows[0].user.display_name

I could be wrong but I don’t think so.