using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.Associations.Models { public class DefaultModel { public IEnumerable Associations { get; set; } public object Lookups; } }