I have 3 tables, Users, Posts, and Likes, the schemas of them just like
Users: id: ObjectId; nickname: string; ... Posts: id: ObjectId; title: string; autho