Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: #624

Open
2 of 6 tasks
PhilippeCorreges opened this issue Oct 1, 2018 · 0 comments
Open
2 of 6 tasks

Question: #624

PhilippeCorreges opened this issue Oct 1, 2018 · 0 comments

Comments

@PhilippeCorreges
Copy link

What type of issue are you creating?

  • Bug
  • Enhancement
  • Question

What version of this module are you using?

  • 2.0.10 (Stable)
  • 2.1.0-rc.n (2.1 Release Candidate n)
  • Other

Write other if any:

Please add a description for your issue:

Hello,
On my Category model, I have the following relation:
"subscriptions": { "type": "hasMany", "model": "Subscription", "foreignKey": "", "options": { "nestRemoting": true } } },

How could I get the Count() result when running:

this.userService.getCategories(this.currentUser.id, {include: {relation: 'subscriptions', scope: {type: 'count'}}} ) .subscribe((data: any[]) => { this.categories = data;
I would like to count the number of subscription when getting the categories belonging to the user, in the same observable().

Thanks for any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant