Audience asks what the 'sequence' line in the projection sample code means. Answer: it's the event's position within its stream — effectively the version of the projection. You don't have to project to the final state; you can ask what state the entity had a year ago, or how code would react to the next event/command. The number just tells you where in the stream you are.