I’m looking into implementing Vitally through the Python CDK instead of using the existing low-code version, there is one endpoint where you need to query all parent entities before you can query each parent’s children (conversation -> messages).
What are some good example implementations for this that don’t run into rate limit issues and run optimally?