loopback-ds-computed-mixin
loopback-ds-computed-mixin copied to clipboard
can skip computed properties calculation to prevent recursion problems
When retrieving related models of same type in the computed property, we get to the unlimited recursion which is hard to avoid without ugly hack. I added property to be able to stop computed properties being computed