1 2 3 4
export default { female: [{ value: '{{person.last_name.female}}', weight: 1 }], male: [{ value: '{{person.last_name.male}}', weight: 1 }], };