name: "Simple lesana collection"
lang: 'english'
fields:
    - name: name
      type: string
      index: free
    - name: description
      type: text
      index: free
    - name: position
      type: string
      index: field
    - name: quantity
      type: integer
      index: no
      help: 'how many items are there'
    - name: value
      type: float
      index: no
      help: 'how much each item is'
    - name: cost
      type: decimal
      index: no
      help: 'how much this costs'
    - name: other
      type: yaml
      help: ''