It should be possible to do a lookup on a composite type: ``` python Person.objects.filter(address__suburb="Preston") ```