module.exports = { find: ctx => { return strapi.query('person').find(ctx.query, ['address', 'contact']); }, };