how I can make a custom query for following db structure:
Table: customer with id
Table: addresses with foreign_key (customer ID) and model (customer)
In Cu