Skip to content

Collections

Collection

Bases: Entry, HasOwner, HasBlocks

A model for representing a group of related items, for example all the samples belonging to one batch or project.

collection_id

collection_id: HumanReadableIdentifier | None = None

A short human-readable/usable name for the collection.

description

description: str | None = None

A description of the collection, either in plain-text or a markup language.

num_items

num_items: int | None = None

Inlined number of items associated with this collection.

title

title: str | None = None

A descriptive title for the collection.

type

type: Literal['collections'] = 'collections'

The resource type of the entry.