getLastInserted

@Query(value = "SELECT n FROM NewsSentiment n ORDER BY n.id DESC")
abstract fun getLastInserted(): NewsSentiment