say I have the following two schemas (URL, User) in a NoSQL database:
URL
User
URL(url_id (key), url_text, user_id, ...) User(user_id (key),