_serializer(req, trx, record, options) {

    if(!options.allowedParams) return record.toJSON()

    return _.pick(record.toJSON(), options.allowedParams)