Hi everyone,
I’m building an API using JSON:API spec and I’m a bit stuck on how to properly implement filtering on a nested relationship (e.g., /articles?filter[comments.author.name]=John).
Is this kind of deep filtering considered valid, or should it be handled differently?
Appreciate any advice!