I've tried multiple ways to pipe options to faker but cannot succeeded, when I do things like {{ lorem.lines | fake: 1 }} where argument is privitive things ten to work - but only when argument is integer; as soon as I will add string there is a crash.
Example: ${{ phone.number | fake: "+48#########" }}
To be checked on https://stepci.com/ playground.