CodingKeys breaks Decodable in my model

You have an extra url case in your CodingKeys enum that doesn’t correspond to any property of the Business struct.

And while this doesn’t cause a problem because you might actually want to leave it out, I just thought I’d point out you don’t have rating in there.