In this example, we see:
name String?
Not completely sure on what the ? signifies here...
?
This means in DB. This field can be null. It's optional.
This means in DB. This field can be null. It's optional.