ListBags: StorageDescriptor<[Key: bigint], {
    head: SS58String | undefined;
    tail: SS58String | undefined;
}, true>

A bag stored in storage.

Stores a Bag struct, which stores head and tail pointers to itself.