Support streaming for Collection

Expected:
Collection.all().toSteam() starts a stream

Current:
Error message is thrown can't call .toStream() because only collections and user defined indexes are streamable

Use Case:
As part of our ORM and CMS, we need continuous updates on the schema so we can support multiplayer without actively continuously fetching the schema.