`getOrNull(0)` is the same as `firstOrNull()`
# announcements
y
getOrNull(0)
is the same as
firstOrNull()