- [ ] Need to add the another ID beside ObjectId to manage data in client side. ``` { "_id" : "blablablab", "school_id" : int "school_name": String "country": String "student_count": int "isAccepting": boolean } ```