Hey, I am implementing a feature that creates a new record but each time a new record is created it is given an incremented number. I.E. document: 001, 002, 003 etc. Is there a way to add a static variable common to all instance of a datatypes that auto increments or do i just need to model this value as a datatype and manually increment it each time i create a new record?