When using `jsonapi:` renderer I found out it was effectively adding an extra call to the resources, impacting performance: <img width="761" alt="Screenshot 2024-08-15 at 1 22 38 p m" src="https://github.com/user-attachments/assets/992ec341-bfd9-4042-98b5-edcbcea1185b"> Compare results when using Rails' default `json:` rednerer and `jsonapi-serializer` directly: <img width="758" alt="Screenshot 2024-08-15 at 1 26 24 p m" src="https://github.com/user-attachments/assets/1e7c1f52-354d-4ded-8ec8-f2e96d8ac3a3">