I suppose it would be great to support this. I believe the following lines should be added to ExpandableQuery<T> class: public IQueryable[T] Include(string path) { return InnerQuery.Include(path).AsExpandable(); }