x => x.Lists.Include(l => l.Title) .Where(l => l.Title != String.Empty) .Where(l => l.InternalName != String.Empty)