My question is: How can I create an instance of a RESTful mongodb that uses mongoosejs without a million HTTP requests?
My installation: I am using NodeJS for the backend with MongooseJS . I use AngularJS on the interface, so I decided to use angular-bridge to restore the MongoDB database .
My schemes: I have the following scheme:

: , (, comment owningPost, ObjectID > ). , (*) "", , , , , .
:. , , . :
. , , , . , ( ).
, , :
data: {
bucket: {},
user: {},
posts: [
{
post: {},
comments: [
user: {},
comment: {}
]
}
]
}
... ? .
? ?