Finish pluralizing the model files
This means taking files named server/models/category
and rename them server/models/categories
, as well as renaming imports (from Category
to Categories
). That's a way to double-check that all the userId
changes haven't been missed, and paves the way for SQL where everything is a collection (so plural).