Creates a sub-collection.
public final function collection(string $name = '') : self { return new self($this->collection, $this->name . $name, $this, $this->prefixes); }