Related to #116
Assemblies affected
1.0.10
Steps to reproduce
#116 involved fixing the response shape for the collections returned in actions/functions.
However, these collections may be pageable and may contain the @odata.nextLink property which are not catered for at the moment. Ideally, this should be part of response schema as is the case for other collection properties if possible.