This makes it easier for nullable values, instead of having to check for null or do `?? ""`
This makes it easier for nullable values, instead of having to check for null or do
?? ""