@Query("SElECT * FROM RunAttemptModel")
    fun getRunAttempts(): LiveData<List<RunAttemptModel>>