Given an array of people with name and age properties, we want to get a table with these people but with the FirstName property instead of name and without the age property.

const SmartMapper = require('smart-mapper');