model: Exclude 'raw_manifest' from dictionaries when it is null
- Most objects do not need it so it's a waste of space
- This means we just extend the existing format (some objects will have that key in their dict) instead of changing it (retroactively adding it to all objects)