Unless I did it wrong, it doesn't seem to be working.
I added this to member_about:
HTML:
<xf:page option="followers" value="{$followers}" />
<xf:page option="followersCount" value="{$followersCount}" />
Then on member_view, {{ dump($followersCount) }} shows as null.