app.collections.Entries = class Entries extends app.Collection {
  static model = "Entry";
};