/** A reference to other item, in the same or other collection. Can point at items from only one, specified collection. Items with field of this type can be filtered by fields of the items it points at. Examples below.
*
* ## Params
* - `target_collection` - ()=>Collection - the collection that this field points at
* - `filter` - any - (optional) if provided, only items matching this filter can be referenced
*
* ## Filtering
* Items from a collection with this type of field can be filtered by fields of the items they point at. For example, let's assume we have a collection of People: