`if (member?.productOwnerships?.any { it.active } ...
# android
m
if (member?.productOwnerships?.any { it.active } ?: false)