Story:
As a developer, I don't want to return all the account's conversations when accessing data on the endpoint /accounts/:account_id/conversations as it might cause performance issues when the user is having too many conversations.
File: mesh/conversation/views.py - get_account_conversations function
Technical details: