Okay, so with ES11 I can now replace:
const name = _.get(response, \'data.options.name\');
with:
const name = response?.data?.