Issue: I'm trying to create a custom object with json data, however swift is giving me an error thats theres a missing parameter when im looping/adding data to the object, Yet in the model im using an optional so I'm confused where the problem lies. ultimately this data will go into a table view.Issue: I'm trying to create a custom object wit