Right now I have two PyMODM Models:
class PlaylistTrack(MongoModel): post = fields.ReferenceField(Post, primary_key=True) playlist_posi