`filterNotNull` would filter if `it` is null, but ...
# announcements
k
filterNotNull
would filter if
it
is null, but what if
it.someMember
is null, and you want to use a combination of
it
and
it.someMember
later on in your map?