Actually I am building a REST API and there are many differents ways to return the JSON data. But I want to know a good one that can be scalable in time and taking care of many to many relationships, and deep relations (Article -> has Category -> has Department -> etc..)Actually I am building a REST API and there are