A list of models.

interface ModelCollection {
    data: Model[];
    object: "list";
}

Properties

Properties

data: Model[]

The array of models.

object: "list"

The response object type, always "list".