improved

Improved sorting for Courses::Section and Courses::Lesson

The list endpoints of Courses::Section and Courses::Lesson can now be ordered using the sort_order option of the sort_property param, e.g.: /api/v2/courses/:id/lessons?sort_property=sort_order&sort_order=desc to sort descending by the "sort_order" that was determined in the UI.