Record Types
Record Type
π¨βπΌ We need a lookup table by ID and a count for each role. A
Record type
gives us a clean way to describe those object shapes.π¨ Open
and:
- Create a
UsersByIdtype usingRecord - Create a
RoleCountstype usingRecord - Create objects that match those types