I read it too. Made me think how ethical it is to continue using Facebook (and its other major product, Instagram).
if posts.comments??.likes??
or if posts..comments..likes
instead of if posts.?comments.?likes
That would mirror the usage of ?? as the nil-coalescing operator in Swift.