- Add support to nested prefetch lookups like `v.VirtualModel(manager=User.objects, lookup="course__facilitators")`
* Warning: this will remain undocumented for now, because the behavior is strange:
the prefetch is made inside `course` in this case, due to Django behavior.
- Add parameter `serializer_context` to be used in `v.Annotation` and `get_prefetch_queryset`.