That's because of the $index which you don't use in your case ![]()
I wondered if it was because index starts at 0.
Out of interest i seem to recall there being another thing called $number which used to start at 1, has that been removed some time ago.
Yes, it has been removed as {{$index + 1}} is the same as what {{$number}} was 
1 Like