I am building API with three tables, products, users, and orders.
I am wondering how to handle orders with multiple products inside.
class Product(Base