`Int?` maps to an `Integer` instead of an `int`. T...
# getting-started
d
Int?
maps to an
Integer
instead of an
int
. Try using an Elvis or a
!!
and see if that fixes it