| Class that exists purely to denormalize the Space entity in the database.
A Space has a one-to-one relationship with SpaceSequence
Since the "nextSeqNum" property is going to be updated on every new
Item insert, this is kept in a separate "sequence" kind of table to
reduce the number of updates that happen for the Space object / table
|