App crashing when launching: Property 'results' does not exist on type '{}'

Hi guys, I’m having a weird issue using Ionic, every time I launch the application it throws the following error:

Seems that the error is happening in the home.ts file, but first I took a look at the console and no one of my console.log() are displayed, that’s weird! So I put a console.log() in the constructor of home.ts, ionic rebuild the changes and magically the app works with no problems.
Then I thought: “well, maybe was a little and occasional bug”, but when I closed the application and relaunched it again the same error is thrown again without the **console.log()**s.

I hope you can help me, I can keep developing the app but it’s pointless if it crashes when you use it. :disappointed_relieved: