data class CourseInstructorPair(
    @Embedded
    var courseRun: CourseRunPair,
    @Relation(
        parentColumn = "cid",