Array or mutablearray

I was wondering if the the property

@property (nonatomic, copy)  NSArray *assets 

Can also be replaced with a mutable array with the readonly attribute like

@property (nonatomic, readonly) NSmutableArray *assets 

Or am I saying something silly here? :wink: