2022-01-04 UTC
# [KevinMarks] the API problem is a bit like the DB normal form problem though - You can make a twitter like API where the result is a very nested json tree, or you can make more specific APIs where you then need to make multiple calls to get all the nested bits you need (separate endpoints for authors, posts and likes for example)