Introduction
This pattern helps connect two models with a middle model, so they can relate to each other many times.
You want to link students and courses where each student can join many courses and each course has many students.
You need to track extra details about the connection, like when a user liked a post.
You want to organize books and authors where each book can have many authors and each author can write many books.