kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs
https://kurier.readthedocs.io/en/latest/
MIT License
61 stars 9 forks source link

`include` brings unrelated resources #325

Closed joelalejandro closed 1 year ago

joelalejandro commented 1 year ago

Can reproduce on test app.

GET /articles?includes=votes

article#1 has voteCount of 5, but there are 6 related resources.

image