//! The `ORDER BY` a listing carries.
use crateModel;
/// Returns an `ORDER BY` clause when the table has a column worth ordering on.
///
/// An unordered `SELECT` may return rows in any order, which makes a listing appear to
/// shuffle between calls. Newest-first matches the hand-written models.
pub