<@U0H8MJ868> ```val players: Observable&lt;List&lt...
# squarelibraries
b
@alec
Copy code
val players: Observable<List<HockeyPlayer>> = 
  playerQueries.selectAll()
    .asObservable()
    .mapToList()
re rxjava: here’s the example from the readme. if properly set up, would the table be able to emit the added/changed HockeyPlayers, or the entire list? Or does it need to be explicitly queried