diff --git a/djangoldp_project/models.py b/djangoldp_project/models.py
index f324a06b3f138d0d0f87f7772c8c28bce2e3f108..3e6ba81dff525a817bc2efa4f4a2b1b540c3d059 100644
--- a/djangoldp_project/models.py
+++ b/djangoldp_project/models.py
@@ -80,7 +80,6 @@ class Project(Model):
     class Meta(Model.Meta):
         empty_containers = ["captain"]
 #        depth = 1 # Disabled due to captain being serialized
-        nested_fields = ['customer', 'members']
         permission_classes = [ProjectPermissions]
         anonymous_perms = []
         authenticated_perms = []