Use IEnumerable over List for DTO, Models properties with collections
Over the past year or so I have seen developers using List<T> for poco properties, public method signatures and results.