when declared relation like this ``` { name : "Parent" relations: { "type": "embedsMany", "model": "Child" } } ``` then call **GET /parents/{pk}/children/count** It count on **Child collection** instead of **sub-document**