This seems easy but.. how do I output a count for each of a repeated item?

Say I want to do a repeater that has an iterative counter, so each of the nine items would get the number of the iteration output, but it would need to have a setting for what number to start the counter if it’s not starting at 1.

Am I missing something simple in Iterative?