I have 2 collections in my mongoDB database, "posts" and "likes". The schemas are like this (simplified):
// PostSchema { _id: Number, use