pub type ReservationsRecord<Max> = BoundedVec<Schedule, Max>;
Record for Polkadot Core reservations (generally tasked with the maintenance of System Chains).
struct ReservationsRecord<Max>(/* private fields */);