Two changes:
- we remove recoveryData from backup items because backup_id can be merged with it more context here
- add userKeys to projected attributes because it will need to be available to fetch as "latest backup"
- also possible: do two fetches to the db, one for backup_id and second one (from the main table) for the user_keys
Depends on D8953