Add basic created_on and created_by fields to the Internship class. We have the ChangeHistory system, so we can look these up, but it requires a second database query and/or a complex JOIN. For just basic "sort by creation date" functionality, a basic created_on field would make this a lot more simple.