I have this class which calls an API every 3 seconds (using a timer) and saves the result in the @Published array named items:
@Published
items
publi