Many to many relationship and linked table/collection

Let me give an example.
Let’s say there are social media posts and let there be users.
Now each user can like tons of posts and each post can be liked by thousands of users.
So how am I supposed to model this many to many relationship in mongodb ?

5 Likes