WIth the above I can deconstruct the object returned from getPeople() into two variables.
I can also rename the variables with an alias so instead of having to use the property names given (firstName, lastName) I can assign the values to names of my own choosing.