Since the new release suggests using CreateProjection instead of CreateMap for mappings only used for projections it would be nice to have IncludeBase on IProjectionExpression instead of IMappingExpression.
Our architecture always has two return models, one for list and one for detail requests. with IncludeBase we can include the base (list) in our detail vm without code duplication.