Hello there! I am looking for help. We have created two IdTables (Boats and Customers) and their corresponding Classes to actually create new Entities in the database. Customers can rent a boat up to a date must return it after that. To keep track of these rents, we created a third Table called "Rents" which inherits from the "Table" class. BUT how do we create entities for that third table?