我有四个这样的类:Group、Parent、Child、Toy。Group有一个parents关系指向ParentParent有一个children关系指向ChildChild有一个toys关系指向ToyParent有一个toysassociation_proxy生成ParentToy的child有。我希望能够获得一个组中的所有玩具。我试图在Group上创建一个association_proxy,它链接到Parent的toys,但它产生了这个:[[,],[],[],[]]当我想要这个时:[,]如果Parent的children没有任何Toy,则toys关联代理是[]。但是,第二个关联代