Using Laravel for this, but it uses Inflector under the hood. ``` > Str::plural('addendum') = "addendums" // should be `addenda` > Str::singular('addenda') = "addenda" // should be `addendum` ```