Solutionunvalidated
doing the "join" logic in Python, rather than on the database — player.as_dict(). Tension: rather than having to do the join in Python itself. Outcome: base_data["scores"] = [score.as_dict() for score in player.scores].
f1cece2c-d880-4c83-bb8a-1c10d9895694
doing the "join" logic in Python, rather than on the database — player.as_dict(). Tension: rather than having to do the join in Python itself. Outcome: base_data["scores"] = [score.as_dict() for score in player.scores].